home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / edit / tv10.zip / RUNME.BAT next >
DOS Batch File  |  1995-01-14  |  340b  |  14 lines

  1. echo off
  2. echo TextView 1.0 Documentation.. :>
  3. echo This proggy does : TV TVDOC.TXT
  4. echo which runs TextView with that file...
  5. echo Look at it in Edit to see how it works..
  6. echo If you don't like this, don't
  7. echo blame me.. you don't HAVE to use it! =)
  8. echo -- 
  9. echo You can press enter, or actually
  10. pause
  11. tv tvdoc.txt
  12. echo on
  13.  
  14.